home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / bgfaxb01.zip / BBS.BAT next >
DOS Batch File  |  1993-06-19  |  382b  |  18 lines

  1. @echo off
  2. bgfax
  3. if errorlevel 104 maint1
  4. if errorlevel 100 maint2
  5. if errorlevel 4 goto faxrcvd
  6. if errorlevel 3 goto datacall
  7. if errorlevel 2 goto datacall
  8. if errorlevel 1 bbs
  9. goto end
  10. :faxrcvd
  11.   rem  you can put a printing batch here if you want
  12.   %bgfax%\dofax
  13. :datacall
  14.   rem  the following line executes the DOBBS.BAT file created by BGFAX
  15.   %bgfax%\dobbs
  16. :end
  17.  
  18.